home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / fsted102.zip / FASTEDIT.DOC next >
Text File  |  1988-11-01  |  9KB  |  291 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                 +---+   +---+  +----+  +----+
  22. --------------- | +-+   |+-+|  | +-+|  +-++-+
  23. -------------   | |     || ||  | | ++    ||
  24. -----------     | +-+  +++-+|  | +--+   ++|
  25. ---------       +++-+  | +-+|  +---+|   | |         +---------+
  26. -------          ||    | | ||  +-+ ||   | |         +---------+
  27. -----            ||    | | ||  | +-+|   | |
  28.                  ++    +-+ ++  +-----   +-+
  29.  
  30.                                +----+  +---+   +----+  +----+
  31.                                |+---+  |+-+++  +-++-+  +-++-+ ---------------
  32.                                ||      || | |    ||      ||     -------------
  33.                                |+---+  || | |    ||     ++|       -----------
  34.                                | +--+  || | |    ||     | |         ---------
  35.                                | |     || | |    ||     | |           -------
  36.                                | +--+  |+-+++  +-++-+   | |
  37.                                +----+  +---+   +----+   +-+
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                             A QuickBBS User Editor
  48.                                  Version 1.00
  49.  
  50.  
  51.                     COPYRIGHT (c) BY ROB KITTREDGE, 10-30-88
  52.  
  53.  
  54.  
  55.  
  56. fastEDIT - QuickBBS User Editor v1.00                             Page 1
  57.  
  58.  
  59.  
  60. ACKNOWLEDGEMENTS:
  61. -------------------------------------------------------------------------------
  62.  
  63.        Special  thanks go to Mike Janke of The Kendall BBS (1:135/4)
  64.        for helping me  with the  development  of this program, which
  65.        happened  to be my  first  useful  Turbo Pascal 4.0  program!
  66.        Also  thanks go to David Kerley of TURBO-Soft QBBS (1:135/24)
  67.        for much of the help on QBBS data structures.
  68.  
  69.  
  70.  
  71.  
  72. LICENSE AGREEMENT:
  73. -------------------------------------------------------------------------------
  74.  
  75.        Since this is a ShareWare based program, there are very little
  76.        restrictions except for the following:
  77.  
  78.             1) Do NOT under ANY circumstances charge a fee for the
  79.                use of the  program to any  other   person  without
  80.                prior consent of the author.
  81.  
  82.             2) Do NOT distribute  this program in a  modified form
  83.                that you might make to it.
  84.  
  85.             3) Do NOT remove or change the name of the contents of
  86.                FSTED100.ARC.
  87.  
  88.  
  89.  
  90. DONATIONS:
  91. -------------------------------------------------------------------------------
  92.  
  93.        Donations will be gladly accepted and can be sent to:
  94.  
  95.                          Rob Kittredge
  96.                          13580 Leonard
  97.                         Nunica, Mi 49448
  98.  
  99.        A donation  of  $10-$20.00  is requested  of you, but less is
  100.        better than  none  at  all.  If you really like fastEDIT, and
  101.        can't  wait for  future releases, more  than $20.00  would be
  102.        gladly accepted!
  103.  
  104.  
  105.  
  106. fastEDIT - QuickBBS User Editor v1.00                             Page 2
  107.  
  108.  
  109.  
  110. DISCLAIMER
  111. -------------------------------------------------------------------------------
  112.  
  113.        Like most other ShareWare programs, this one has a Disclaimer
  114.        as well and here's how it goes:
  115.  
  116.              The  Author of this program will NOT take liability for
  117.              the damages that might  prevail.  Such  as a hard drive
  118.              crash, inadvertant  removal  of  the  USERS  file, etc.
  119.              The  Author  shall  NOT  compensate  you  for your lost
  120.              time, money, or pulled-out hair!
  121.  
  122.  
  123.  
  124. BUG REPORTS:
  125. -------------------------------------------------------------------------------
  126.  
  127.        If  a  Bug  is  found  in  fastEDIT,  please  either  send  me
  128.        NetMail to  1:228/12, call  voice at (616) 842-3325 or  my BBS
  129.        at  (616) 846-3059.  When  informing  me of  the  bug,  please
  130.        include  a  description  of what  it did  or is  doing.  If it
  131.        reports a "Runtime Error" then please include the Error Number
  132.        and the address it is at.
  133.  
  134.               ie: Runtime Error 100 at 0000:0000
  135.  
  136.  
  137.  
  138. INTRODUCTION:
  139. -------------------------------------------------------------------------------
  140.  
  141.        The purpose of this program is to provide for easy editing of
  142.        the USERS.BBS file, while still  being  very powerful.  Extra
  143.        Utilities  are added  to make  life easier  for the sysop and
  144.        also to save disk space by deleting other programs that  this
  145.        one may replace.  I am, however, sorry  that  fastEDIT  is so
  146.        large, (about 60k).  The reason  for this is simply because I
  147.        am a beginning Turbo Pascal  programmer  and don't fully know
  148.        how to set up real efficient procedures.
  149.  
  150.        Well enough of that, lets get to the program!
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. fastEDIT - QuickBBS User Editor v1.00                             Page 3
  159.  
  160.  
  161.  
  162.  
  163.        fastEDIT has 12 commands in the MAIN MENU and they are:
  164.  
  165.  
  166.         Plus Sign (+) - Pressing  this key  will  display  the  next
  167.                         user record.  If  you  are at the  last user
  168.                         in the File then it will  display  the first
  169.                         record.
  170.  
  171.        Minus Sign (-) - Pressing this key will display the  previous
  172.                         user in the USERS file.  If  you are  at the
  173.                         first user in the file then it will  display
  174.                         the last record.
  175.  
  176.                     A - Will Add a record to the USERS file and  then
  177.                         it will  go to  that  record for  the  proper
  178.                          changes to be made.
  179.  
  180.                     C - Will  go into a Edit mode for the  changes to
  181.                         be made.  More on this later...
  182.  
  183.                     D - Marks the current record to be Deleted.
  184.  
  185.                     F - Will  go to the  first  record  in  the USERS
  186.                         file.
  187.  
  188.                     G - Goes to a specified record.
  189.  
  190.                     L - Will  go to  the  last  record  in the  USERS
  191.                         file.
  192.  
  193.                     S - Will Search  for the  Specified  User's Name.
  194.                         It can  be a  search string, ie: entering 'I'
  195.                         will display  Rob KIttredge, BrIan  Humphrey,
  196.                         etc.
  197.  
  198.                     Q - Will quit fastEDIT.
  199.  
  200.                     U - Un-Deletes the current record. If the record
  201.                         wasn't marked deleted, nothing will happen.
  202.  
  203.                     X - Extra Stuff-Search routines, etc.
  204.  
  205.  
  206.  
  207. fastEDIT - QuickBBS User Editor v1.00                             Page 4
  208.  
  209.  
  210.  
  211.  
  212.        The editor in the CHANGE USER MODE contains these commands:
  213.  
  214.  
  215.      Up Arrow - Goes to the Previous Record.
  216.  
  217.    Down Arrow - Goes to the Next Record.
  218.  
  219.    Left Arrow - Moves the cursor to the left while editing a field.
  220.  
  221.   Right Arrow - Moves the cursor to the right while editing a field.
  222.  
  223.  (CONTROL Left-Arrow) - Moves to the next field to the right.
  224.  
  225.  (CONTROL Right-Arrow) - Moves to the next field to the left.
  226.  
  227.        ESCAPE - Quits and DOES NOT SAVE the record.
  228.  
  229.           END - Quits and SAVES the record.
  230.  
  231.  
  232. fastEDIT - QuickBBS User Editor v1.00                             Page 5
  233.  
  234.  
  235.  
  236.           The EXTRA STUFF menu contains the following commands,
  237.           most of which can be either directed to the screen or
  238.           to the printer:
  239.  
  240.               A - Search by Area Code-Kinda self-explanatory.
  241.  
  242.               R - Search by Ratio (Number of Downloads / Number of
  243.                   Uploads.
  244.  
  245.               S - Security level search.  Search for users = to  a
  246.                   specified security level.
  247.  
  248.               Q - Quit EXTRA STUFF and go back to the Main Menu.
  249.  
  250.               U - User Listing.
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258. fastEDIT - QuickBBS User Editor v1.00                             Page 6
  259.  
  260.  
  261.  
  262. CREDITS:
  263. -------------------------------------------------------------------------------
  264.  
  265.        QuickBBS is a TradeMark of Adam Hudson.
  266.  
  267.        Turbo Pascal 4.0 is a Registered Trademark of Borland
  268.        International.
  269.  
  270.  
  271. PROBABLE FUTURE REVISIONS:
  272. -------------------------------------------------------------------------------
  273.  
  274.        Global Changing.
  275.        Sorting Routines.
  276.        And any other suggestions that come in.
  277.  
  278.  
  279.  
  280. VERSION INFORMATION:
  281. -------------------------------------------------------------------------------
  282.  
  283. 1.00   10-30-88  First Release.
  284. 1.01   10-31-88  'TRIED' to condense code and added ability to abort printing.
  285. 1.02   11-01-88  Fixed Record #'s and Goto Command.
  286.  
  287.  
  288.  
  289.               fastEDIT 1.00 Copyright (c) By Rob Kittredge, 1988
  290.  
  291.